• Oracle tkprof utility : How to generate and and read

    Updated: 2024-10-16 01:05:24
    We saw how to enable trace in Oracle in an earlier post. The trace files obtained from the method are in raw  form which can be converted into a more readable format using the tkprof utility  in Oracle (Transient Kernel PROFile  utility) tkprof utility in Oracle The syntax is given below tkprofUsage: tkprof tracefile outputfile … Oracle tkprof utility : How to generate and and read Read More » The post Oracle tkprof utility : How to generate and and read appeared first on Techgoeasy.

  • Oracle 23c/23ai Database New Features

    Updated: 2024-10-16 01:05:24
    Oracle 23c is the latest Release of the Oracle Database. This is also a Long term release. It is also called Oracle 23ai given the focus on AI in it. Oracle has introduced a lot of new features in it. Here are the Top Features Augmenting a new generation of AI models Asking questions naturally … Oracle 23c/23ai Database New Features Read More » The post Oracle 23c/23ai Database New Features appeared first on Techgoeasy.

  • How to generate tkprof in EBS in 19c

    Updated: 2024-10-16 01:05:24
    EBS R12 is supported in Multitenant mode for Oracle Database 19c. If you try to generate a tkprof to report explain plan generation on the Database, you will receive errors for the Invalid username /password in the trace file generated tkprof test.trc test.txt sys=no explain=apps/apps sort=prsela,exeela,fchela The reason for this is that the apps is … How to generate tkprof in EBS in 19c Read More » The post How to generate tkprof in EBS in 19c appeared first on Techgoeasy.

  • How the histograms are generated in EBS

    Updated: 2024-10-16 01:05:24
    How the histograms are generated in EBS Oracle product team decides about the column where histograms are needed and those columns are inserted into the table FND_HISTOGRAM_COLS. FND_STATS collects histogram information if a column is listed in FND_HISTOGRAM_COLS. we should not use DBMS_STATS to gather stats in the EBS database as then it will create … How the histograms are generated in EBS Read More » The post How the histograms are generated in EBS appeared first on Techgoeasy.

  • Which java data structure is best to use for my problem

    Updated: 2024-10-16 01:05:23
    As a new java programmer, I'm a little confused by all the types of Lists available in the Java toolset and need some advice regarding which one...

  • i need help 😭

    Updated: 2024-10-16 01:05:23
    i want to make the text overflow, but idk how to do it // create a new frame to store text field and button JFrame f = new...

  • Newbie here, i need help

    Updated: 2024-10-16 01:05:23
    hi! im really new in Java, i want to ask how do i change the file path but for android storage directory? or its not possible? public function...

  • Is it possible to place the mouse cursor arrow behind a certain Node ?

    Updated: 2024-10-16 01:05:23
    Hello, everybody. I have created the Java program to solve the following exercise: (Geometry: inside a circle?) Write a program that draws...

  • Unreachable code

    Updated: 2024-10-16 01:05:23
    int var = 2; block1: { if (var != 1) { break block1; System.out.println("variable is one"); // unreachable }...

  • Beginner, need help with basic code

    Updated: 2024-10-16 01:05:23
    I have a task where i input x and y coordinates and it tells me if it's gray or white, i can't post a picture of the graph but entering most of the...

  • No Support for "Don't Fragment" Bit in Datagram Channels in Java NIO

    Updated: 2024-10-15 10:35:53
    I'm currently working with Java NIO and facing a challenge with Datagram channels. I need to set the "Don't Fragment" bit for UDP packets, but I've...

  • How can I Update the Width and Height of a Pane(or Scene) automatically ?

    Updated: 2024-10-14 16:00:07
    Hello everybody. I've been working on a program to solve the following exercise: (Geometry: find the bounding rectangle) Write a program...

  • hibernate reverse engineering error please help me

    Updated: 2024-10-13 06:15:33
    hi i want to do reverse engineering but i am getting error .i hava created cfg.xmk and reveng.xml file in eclipse but i am getting error in eclipse...

  • Re: Why javac does not recognise this and cannot run as an app?

    Updated: 2024-10-08 07:20:21
    If you're running into issues with `javac` not recognizing or running your app, it might be worth exploring other development environments,...

  • How to Solve OutOfMemoryError: Metaspace

    Updated: 2024-10-08 00:13:33
    Image: https://i0.wp.com/blog.heaphero.io/wp-content/uploads/2024/08/98.png?w=1280&ssl=1 There are 9 types of java.lang.OutOfMemoryError...

  • What is your argument on when to use Optional?

    Updated: 2024-10-07 16:27:19
    Im learning about the concept as Ive never used it before. But it seems like extra boilerplate with no real benefit, other than making it harder for...

  • Local Undo in Oracle Database 12c R2(12.2)/19c and above

    Updated: 2024-10-07 09:18:17
    Why Local Undo is required We have global or shared undo for the entire CDB till 12c R1. With shared undo, before performing operations such as (cold) clone or unplug, it is necessary for the database to check for any uncommitted transactions in the source PDB. This is to avoid problems with transactional consistency in … Local Undo in Oracle Database 12c R2(12.2)/19c and above Read More » The post Local Undo in Oracle Database 12c R2(12.2)/19c and above appeared first on Techgoeasy.

  • How to monitor the UNDO Tablespace in Oracle

    Updated: 2024-10-07 08:51:20
    Skip to content Home Oracle Menu Toggle Oracle database Oracle Ebusiness Suite Oracle weblogic Oracle Performance Tuning Oracle Hyperion Oracle Cloud Tutorials SQL interview questions Linux PHP and HTML Downloads Main Menu About Us Contact Us Download pdf for Oracle Weblogic Unix General Useful Stuffs Hire me Interview Questions Linux Tutorials New Start Here Oracle Tutorials Menu Toggle Oracle Cloud Tutorials Oracle database administration tutorial( Oracle DBA Oracle EBS 11i R12 R12.1 R12.2 DBA Oracle Hyperion Oracle Performance Tuning Oracle Weblogic Administration Tutorials PHP and HTML Tutorials Privacy Policy Sql tutorial for Oracle MySQL Home » Oracle » How to monitor the UNDO Tablespace in Oracle How to monitor the UNDO Tablespace in Oracle Leave a Comment By techgoeasy October 7,

  • How to achieve efficient threading model for processing multiple asynchronous I/O readiness events (using Selector)

    Updated: 2024-10-07 00:56:41
    We are sharing our understanding on Selector and how it works below, what we have understood that though some aspects of Selector are thread safe,...

  • Why is Java considered a perfect choice for IoT systems development?

    Updated: 2024-10-04 11:47:34
    Java is often regarded as a top choice for IoT systems development due to its platform independence, robustness, and security features. Its "write...

Current Feed Items | Previous Months Items

Sep 2024 | Aug 2024 | Jul 2024 | Jun 2024 | May 2024 | Apr 2024